lib/util: Drop unneeded ot-tool-util.h includes
authorRobert Fairley <rfairley@redhat.com>
Fri, 17 May 2019 18:23:41 +0000 (14:23 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Fri, 21 Jun 2019 14:52:11 +0000 (14:52 +0000)
With `ot-tool-util.h` made visible in `otutil.h` (in
be2572bf68090a5e277338d2613d3c7d53b0c9e8), drop previous includes
of `ot-tool-util.h` elsewhere.

Closes: #1876
Approved by: zonggen

src/ostree/ot-admin-builtin-set-origin.c
src/ostree/ot-builtin-checkout.c
src/ostree/ot-builtin-commit.c
src/ostree/ot-remote-builtin-add.c

index 07453a871aa6f682378cba16058c717a615bf3e3..9d96512ef2452de718086e1af9222ad4231dda82 100644 (file)
@@ -25,7 +25,6 @@
 #include "ot-admin-builtins.h"
 #include "ot-admin-functions.h"
 #include "ostree.h"
-#include "ot-tool-util.h"
 #include "otutil.h"
 
 #include <unistd.h>
index 1519e34efce0a8a36d3c59ea334763fd9d9affc4..a0fe4be49161de6b282fcefa98bb1130aa3f394c 100644 (file)
@@ -30,7 +30,6 @@
 #include "ot-builtins.h"
 #include "ostree.h"
 #include "otutil.h"
-#include "ot-tool-util.h"
 
 static gboolean opt_user_mode;
 static gboolean opt_allow_noent;
index 56f596818b6eb82543d95d4eee364f1f78cc4c45..854983db3060c68921b6c43f98f60592604466db 100644 (file)
@@ -28,7 +28,6 @@
 #include "ot-editor.h"
 #include "ostree.h"
 #include "otutil.h"
-#include "ot-tool-util.h"
 #include "parse-datetime.h"
 #include "ostree-repo-private.h"
 #include "ostree-libarchive-private.h"
index f81f7580730677369fffa10c7f34ec96ebb20a18..2d021d77ad057fdecef1aca6997202d0f1920f74 100644 (file)
@@ -22,7 +22,6 @@
 #include "config.h"
 
 #include "otutil.h"
-#include "ot-tool-util.h"
 
 #include "ot-main.h"
 #include "ot-remote-builtins.h"